Revision: tla--devo--1.2--patch-20
Archive: lord@emf.net--2004
Creator: Tom Lord <lord@emf.net>
Date: Wed Dec 24 13:21:23 PST 2003
Standard-date: 2003-12-24 21:21:23 GMT
Modified-files: libarch/archive-pfs.c
New-patches: lord@emf.net--2004/tla--devo--1.2--patch-20
Summary: fix archive-pfs.c(sign_and_upload) (see log body)
Keywords: 

sign_and_upload should not assume that the fd it is handed 
is seekable.   It happens to be at the moment -- entirely by
coincidence.  The intention is that in some cases, it's the
read-end of a pipe.   Only a bug in some versions of GNU tar 
keeps it from actually being so.

